home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / groff108.lha / groff-1.08 / PROBLEMS < prev    next >
Text File  |  1993-04-07  |  16KB  |  459 lines

  1. This file describes various problems that have been encountered in
  2. compiling, installing and running groff.  Suggestions for additions or
  3. other improvements to this file are welcome.
  4.  
  5. * gcc 2.3.3 fails to compile pic/object.cc.
  6.  
  7. Apply the following patch:
  8.  
  9. Thu Apr  1 12:06:03 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  10.  
  11.     * cp-init.c (expand_default_init): Don't clear DECL_REGISTER.
  12.  
  13. *** cp-init.c.~2~    Mon Mar 29 21:48:36 1993
  14. --- cp-init.c    Thu Apr  1 12:00:33 1993
  15. *************** expand_default_init (binfo, true_exp, ex
  16. *** 1141,1149 ****
  17.       }
  18.   
  19. -   /* ARM $7.1.1: "[register] may be ignored and in most implementations
  20. -      it will be ignored if the address of the variable is taken."
  21. -      Since we're likely to do just that in the ctor call, clear this.  */
  22. -   DECL_REGISTER (exp) = 0;
  23.     rval = build_method_call (exp, constructor_name (type),
  24.                   parms, binfo, flags|xxref_init_possible);
  25. --- 1141,1144 ----
  26.  
  27.  
  28. * On a DECstation or other machine using a MIPS cpu, gcc/g++ 2.2.2
  29. gets a fatal signal while compiling tbl/main.c and tbl/table.c.
  30.  
  31. Upgrade to gcc 2.3 or compile those files without -O.
  32.  
  33. * I get lots of `numeric overflow' error messages whenever I run
  34. groff; I compiled groff with AT&T C++ 2.0 with an ANSI C compiler.
  35.  
  36. Make sure -DCFRONT_ANSI_BUG is included in DEFINES in the top-level
  37. Makefile.  If that doesn't solve the problem, define INT_MIN as
  38. -INT_MAX in libgroff/lib.h.
  39.  
  40. * I get errors when I try to compile groff with Sun C++.
  41.  
  42. Groff requires header files that are moderately compatible with AT&T
  43. C++ and ANSI C.  With some versions of Sun C++, the supplied header
  44. files need some of the following changes to meet this requirement:
  45. <string.h> must declare the mem* functions, (just add `#include
  46. <memory.h>' to <string.h>); the first argument to fopen and freopen
  47. should be declared as `const char *'; the first argument to fread
  48. should be declared as `void *'; the first argument to fwrite should be
  49. declared as `const void *'; malloc should be declared to return `void
  50. *'; in <alloca.h>, the declaration `extern "C" { void
  51. *__builtin_alloca(int); }' should be added; declarations of getopt(),
  52. optarg, optind and opterr should be added to <stdlib.h>; in
  53. <sys/signal.h> the return type and the second argument type of
  54. signal() should be changed to be `void (*)(int)'.
  55.  
  56. You can either change them in place, or copy them to some other
  57. directory and include that directory with a -I option.
  58.  
  59. * I get errors when I try to compile groff with DEC C++.
  60.  
  61. Fix the declaration of write() in <unistd.h> so that the second
  62. argument is a const char *.  Fix the declaration of open() in
  63. <sys/file.h> so that the first argument is a const char *.
  64.  
  65. * On Ultrix, the make stops with the message
  66.  
  67.   *** Error code 1
  68.  
  69.   Stop.
  70.  
  71. for no apparent reason.
  72.  
  73. Use GNU make.
  74.  
  75. * I'm having problems compiling groff on 386BSD 0.1.
  76.  
  77. If you're using ash as /bin/sh, you'll need the following patch.
  78.  
  79. *** gendef.sh.org    Sun Jun 30 13:30:36 1991
  80. --- gendef.sh    Sun Feb 28 10:23:49 1993
  81. ***************
  82. *** 3,9 ****
  83.   file=$1
  84.   shift
  85.   
  86. ! defs="#define $1"
  87.   shift
  88.   for def
  89.   do
  90. --- 3,10 ----
  91.   file=$1
  92.   shift
  93.   
  94. ! x=$1
  95. ! defs="#define $x"
  96.   shift
  97.   for def
  98.   do
  99.  
  100. You'll also need to change dirnamemax.c so that it doesn't use
  101. pathconf().
  102.  
  103. * While compiling on Xenix, ranlib libgroff.a fails.
  104.  
  105. The system ranlib can't handle externals longer than 40 characters.
  106. Use the ranlib included in demon.co.uk:/pub/xenix/g++-1.40.3a.v1
  107. instead.
  108.  
  109. * Groff can't handle my troff document. It works fine with AT&T troff.
  110.  
  111. Read the section on incompatibilities in gtroff(1).  Try using the -C
  112. option.  Alternatively there's the sed script in tmac/fixmacros.sed
  113. which will attempt to edit a file of macros so that it can be used
  114. with groff without the -C flag.
  115.  
  116. * groff -Tdvi produces dvi files that use fonts at weird magnifications.
  117.  
  118. Yes, it does.  You may need to compile fonts with Metafont at these
  119. magnifications. The CompileFonts script in the devdvi/generate
  120. directory may help you to do this. (It will take a *long* time.)
  121.  
  122. * pic output is not centered horizontally; pictures sometimes run off
  123. the bottom of the page.
  124.  
  125. The macro package you are using is not supplying appropriate definitions
  126. of PS and PE.  Give groff a -mpic option.
  127.  
  128. * I'm having problems including PostScript illustrations using the PSPIC
  129. macro.
  130.  
  131. A PostScript document must meet three requirements in order to be
  132. included with the PSPIC macro: it must comply with the Adobe Document
  133. Structuring Conventions; it must contain a BoundingBox line; it must
  134. be ``well-behaved''.  The BoundingBox line should be of the form:
  135.  
  136.   %%BoundingBox: llx lly urx ury
  137.  
  138. where llx, lly, urx, ury are the coordinates of the lower left x,
  139. lower left y, upper right x, upper right y of the bounding box of
  140. marks on the page expressed as integers in the default PostScript
  141. coordinate system (72 units per inch, origin at bottom left corner).
  142. A useful tactic is to print out the illustration by itself (you may
  143. need to add a `showpage' at the end), and physically measure the
  144. bounding box.  For more detail on these requirements, read the
  145. specification of Encapsulated PostScript format.  (This is available
  146. from the Adobe file server; send a message with a body of `help' to
  147. ps-file-server@adobe.com.)
  148.  
  149. * I've configured groff for A4 paper, but gtroff still seems to think
  150. that the length of a page (as returned by \n(.p) is 11 inches.
  151.  
  152. This is intentional.  The PAGE option is used only by grops.  For
  153. compatibility with ditroff, the default page length in gtroff is
  154. always 11 inches.  The page length can be changed with the `pl'
  155. request.
  156.  
  157. * Groff doesn't use the font names I'm used to.
  158.  
  159. Use the `ftr' request.  See gtroff(1).
  160.  
  161. * I get errors using the Unix -ms macros with groff -e -C.
  162.  
  163. Apply this change:
  164.  
  165. *** /usr/lib/ms/ms.eqn    Tue Apr 25 02:14:28 1989
  166. --- ms.eqn    Sun Nov 11 10:33:59 1990
  167. ***************
  168. *** 22,29 ****
  169.   ..
  170.   .    \" EN - end of a displayed equation
  171.   .de EN
  172. ! .if !\\*(10 .br
  173.   .di
  174.   .rm EZ
  175.   .nr ZN \\n(dn
  176.   .if \\n(ZN>0 .if \\n(YE=0 .LP
  177. --- 22,30 ----
  178.   ..
  179.   .    \" EN - end of a displayed equation
  180.   .de EN
  181. ! .if \\n(.k>0 .br
  182.   .di
  183. + .ds 10 \\*(EZ\\
  184.   .rm EZ
  185.   .nr ZN \\n(dn
  186.   .if \\n(ZN>0 .if \\n(YE=0 .LP
  187.  
  188.  
  189. * gpic doesn't accept the syntax `chop N M' for chopping both ends of a
  190. line.
  191.  
  192. The correct syntax is `chop N chop M'.
  193.  
  194. * With gpic -t, when I print `line ->; box' using a dvi to ps
  195. program, the arrow head sticks through into the inside of the box.
  196.  
  197. The dvi to ps program should be modified to set the line cap and
  198. line join parameters to 1 while printing tpic specials.
  199.  
  200. * When I print the output groff -Tps, the output is always shifted up
  201. by about 0.7 inches; I'm using 8.5x11 inch paper.
  202.  
  203. Make sure that PAGE is defined to be `letter' in the top-level
  204. Makefile.
  205.  
  206. * When I try to print the output of groff -Tps, I get no output at all
  207. from the printer, and the log file shows the error
  208. %%[ error: undefined; offendingcommand: BP ]%%
  209. I using TranScript spooling software.
  210.  
  211. This is a bug in the page reversal filter in early versions of
  212. TranScript.  Change the `broken' parameter in
  213. /usr/local/lib/groff/font/devps/DESC to 7.
  214.  
  215. * When I preview groff -Tps output using the Sun OpenWindows 2.0 pageview
  216. program, all the pages are displayed on top of each other.
  217.  
  218. This is a defect in pageview.  Change the `broken' parameter in
  219. /usr/local/lib/groff/font/devps/DESC to 2.
  220.  
  221. * With groff -TX75, -TX100or -X, I can only view the first page.
  222.  
  223. The left mouse button brings up a menu that allows you to view other
  224. pages.
  225.  
  226. * When I print the output of groff -Tdvi, I just get a black dot in
  227. upper left corner.
  228.  
  229. Some dvi drivers (notably early versions of xtex) do not correctly
  230. handle dvi files that use a resolution different from that used by dvi
  231. files produced by TeX.  Try getting a more up to date driver.
  232.  
  233. * I get lots of errors when I use groff with the AT&T -mm macros.
  234.  
  235. The AT&T -mm macros need a few changes to work with groff; `make
  236. install.dwbmm' will copy your -mm macros to groff's macro directory
  237. and make the necessary changes.  You may need to edit the commands for
  238. the install.mm target in the Makefile.  Alternatively use the groff
  239. -mm macros.
  240.  
  241. * gtroff doesn't understand lines like `.ce99' with no space between
  242. the name of the request or macro and the arguments.
  243.  
  244. Gtroff requires a space between macro or request and its arguments
  245. because it allows the use of long names for macros and requests.  You
  246. can use the -C option or the `cp' request to put gtroff into a
  247. compatibility mode in which it is not possible to use long names for
  248. macros but in which no space is required between macros and their
  249. arguments.  The use of compatibility mode is strongly discouraged.
  250.  
  251. * gtroff gives warnings about lines like
  252.   .ev    \" a comment
  253. (with a tab after the .ev).
  254.  
  255. A tab character cannot be used as a substitute for a space character
  256. (except in one case: between a control character at the beginning of a
  257. line and the name of a macro or request).  For example, in Unix troff
  258.   .ps    \" restore the previous point size
  259. (with a tab after the .ps) will NOT restore the previous point-size;
  260. instead it will be silently ignored.  Since this is very likely to be
  261. an error, gtroff can give a warning about it.  If you want to align
  262. comments, you can do it like this:
  263.   .ev\"                \" a comment
  264.  
  265. * I don't like the page headers and footers produced by groff -man.
  266.  
  267. There seem to be many different styles of page header and footer
  268. produced by different versions of the -man macros.  You will need to
  269. modify macros/tmac.an to suit your personal taste.  For example, if
  270. you want the center of the page header to say
  271.   UNIX Programmer's Manual
  272. you will need to change the line
  273.   .el .ds an-extra3 \"UNIX Programmer's Manual
  274. to
  275.   .el .ds an-extra3 UNIX Programmer's Manual
  276.  
  277. * While formatting a manual page, groff complains about not being able to
  278. break lines.  The problem seems to be caused by a line like:
  279.   .TP \w'label'+2
  280.  
  281. The -man documentation says that the default scale indicator for TP
  282. macro is `n'.  The groff -man macros implement this correctly, so that
  283. the argument will be evaluated as if it were
  284.   \w'label'n+2n
  285. The Unix -man macros don't implement this correctly (probably because
  286. it's hard to do in Unix troff); they just append `n' to the entire
  287. argument, so that it will be evaluated as if it were
  288.   \w'label'u+2n
  289. The solution is to fix the manual page:
  290.   .TP \w'label'u+2
  291.  
  292. * I'm having problems formatting Ultrix man pages with groff -man.
  293.  
  294. The Ultrix man pages use a number of non-standard extensions to the
  295. Unix man macros.  One solution is to use the Ultrix -man macros with
  296. groff.  Rename /usr/local/lib/groff/tmac/tmac.an to
  297. /usr/local/lib/groff/tmac/tmac.an.gnu, copy /usr/lib/tmac/tmac.an to
  298. /usr/local/lib/groff/tmac/tmac.an and apply the following patch (from
  299. Frank Wortner):
  300.  
  301. *** /usr/local/lib/groff/tmac/tmac.an     Wed Sep  9 12:29:28 1992
  302. --- /usr/lib/tmac/tmac.an       Fri Jul 24 19:58:19 1992
  303. ***************
  304. *** 489,495 ****
  305.   .     \" make special case of shift out of italic
  306.   .de }S
  307.   .ds ]F
  308. ! .if \\$12 .if !\\$5 .ds ]F \^
  309.   .ie !\\$4 .}S \\$2 \\$1 "\\$3\f\\$1\\$4\\*(]F" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9"
  310.   .el \\$3
  311.   .}f
  312. --- 489,495 ----
  313.   .     \" make special case of shift out of italic
  314.   .de }S
  315.   .ds ]F
  316. ! .if \\$12 .if !\\$5 .ds ]F\^
  317.   .ie !\\$4 .}S \\$2 \\$1 "\\$3\f\\$1\\$4\\*(]F" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9"
  318.   .el \\$3
  319.   .}f
  320.  
  321. Another possible solution is to install tmac/man.ultrix as
  322. /usr/local/lib/groff/tmac/man.local.
  323.  
  324. * I'm having problems formatting HP-UX 9.0 man pages with groff -man.
  325.  
  326. Rename /usr/local/lib/groff/tmac/tmac.an to (for example)
  327. /usr/local/lib/groff/tmac/tmac.gan, copy HP's tmac.an into
  328. /usr/local/lib/groff/tmac/tmac.an, and either put `.cp 1' at the
  329. beginning or filter it (and any files it .so's) through
  330. tmac/fixmacros.sed.
  331.  
  332. * I'm having problems formatting man pages produced by the perl
  333. wrapman script.
  334.  
  335. Some versions of wrapman have a superfluous blank line before the .TH
  336. line.  This must be deleted.  Then either use groff -C, or apply the
  337. following patch:
  338.  
  339. *** wrapman.~2~    Sun Jan 19 12:10:24 1992
  340. --- wrapman    Fri Apr  2 12:12:57 1993
  341. ***************
  342. *** 35,41 ****
  343.       $line1 .= <IN> if $line1 =~ /eval/;
  344.       $line1 .= <IN> if $line1 =~ /argv/;
  345.       $line2 = <IN>;
  346. !     next if $line2 eq "'di';\n";
  347.   
  348.       # Pull the old switcheroo.
  349.   
  350. --- 35,41 ----
  351.       $line1 .= <IN> if $line1 =~ /eval/;
  352.       $line1 .= <IN> if $line1 =~ /argv/;
  353.       $line2 = <IN>;
  354. !     next if $line2 eq "'di ';\n";
  355.   
  356.       # Pull the old switcheroo.
  357.   
  358. ***************
  359. *** 49,56 ****
  360.   
  361.       print OUT $line1;
  362.       print OUT <<EOF;
  363. ! 'di';
  364. ! 'ig00';
  365.   #
  366.   # $header
  367.   #
  368. --- 49,57 ----
  369.   
  370.       print OUT $line1;
  371.       print OUT <<EOF;
  372. ! 'di ';
  373. ! 'ds 00 \\"';
  374. ! 'ig 00 ';
  375.   #
  376.   # $header
  377.   #
  378. ***************
  379. *** 72,85 ****
  380.   
  381.       # These next few lines are legal in both Perl and nroff.
  382.   
  383. ! $null.00;                       # finish .ig
  384.    
  385.   'di           \\" finish diversion--previous line must be blank
  386.   .nr nl 0-1    \\" fake up transition to first page again
  387.   .nr % 0         \\" start at page 1
  388. ! '; __END__ ##### From here on it's a standard manual page #####
  389.   .TH $PROG 1 "$month $mday, 19$year"
  390. - .AT 3
  391.   .SH NAME
  392.   $prog \\- whatever
  393.   .SH SYNOPSIS
  394. --- 73,85 ----
  395.   
  396.       # These next few lines are legal in both Perl and nroff.
  397.   
  398. ! $null.00 ;                      # finish .ig
  399.    
  400.   'di           \\" finish diversion--previous line must be blank
  401.   .nr nl 0-1    \\" fake up transition to first page again
  402.   .nr % 0         \\" start at page 1
  403. ! .\\"'; __END__ ##### From here on it's a standard manual page #####
  404.   .TH $PROG 1 "$month $mday, 19$year"
  405.   .SH NAME
  406.   $prog \\- whatever
  407.   .SH SYNOPSIS
  408.  
  409.  
  410. * When I preview documents using -TX75 or -TX100, the layout is not the same
  411. as when I print the document with -Tps: the line and page breaks come
  412. in different places.
  413.  
  414. Use groff -X -Tps.
  415.  
  416. * When I try to run gxditview, I get the error:
  417. Error: Widget viewport has zero width and/or height
  418.  
  419. This error means you haven't correctly installed the application
  420. defaults file, GXditview.ad; ``make install'' does this for you
  421. automatically, so either you didn't do ``make install'', or you don't
  422. have imake configured correctly.
  423.  
  424. * groff uses up an enormous amount of memory processing large files.
  425. I'm using 386BSD 0.1.
  426.  
  427. 386BSD includes an old version of g++, 1.39, which has a bug that
  428. causes a major memory leak in gtroff.  Apply the following fix to g++
  429. and recompile groff:
  430.  
  431. *** cplus-decl.c.~1~    Mon Aug  6 05:28:59 1990
  432. --- cplus-decl.c    Wed Jun  5 08:55:04 1991
  433. ***************
  434. *** 7951,7961 ****
  435.   
  436.         /* At the end, call delete if that's what's requested.  */
  437.         if (TREE_GETS_DELETE (current_class_type))
  438.       exprstmt = build_method_call (build1 (NOP_EXPR, TYPE_POINTER_TO (current_class_type), error_mark_node),
  439.                         get_identifier (OPERATOR_DELETE_FORMAT),
  440. !                       build_tree_list (NULL_TREE, integer_zero_node),
  441.                         NULL_TREE, LOOKUP_NORMAL);
  442.         else if (TYPE_USES_VIRTUAL_BASECLASSES (current_class_type))
  443.       exprstmt = build_x_delete (ptr_type_node, current_class_decl, 0);
  444.         else
  445.       exprstmt = 0;
  446. --- 7951,7961 ----
  447.   
  448.         /* At the end, call delete if that's what's requested.  */
  449.         if (TREE_GETS_DELETE (current_class_type))
  450.       exprstmt = build_method_call (build1 (NOP_EXPR, TYPE_POINTER_TO (current_class_type), error_mark_node),
  451.                         get_identifier (OPERATOR_DELETE_FORMAT),
  452. !                       build_tree_list (NULL_TREE, current_class_decl),
  453.                         NULL_TREE, LOOKUP_NORMAL);
  454.         else if (TYPE_USES_VIRTUAL_BASECLASSES (current_class_type))
  455.       exprstmt = build_x_delete (ptr_type_node, current_class_decl, 0);
  456.         else
  457.       exprstmt = 0;
  458.